home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / NewIcons&MUI < prev    next >
Text File  |  1995-12-04  |  1KB  |  39 lines

  1. ; -------------------------------------------
  2. ; Install NewIcons
  3. ; -------------------------------------------
  4.  
  5.  
  6. cd :Gfx/Icon/NewIcons/NewIcons/
  7.  
  8. Echo "Welcome to the NewIcons and MUI Installer-Script"
  9. Echo "Do you want to install NewIcons permanently?*n"
  10. Echo "Willkommen zum NewIcons und MUI Installer-Skript"
  11. Echo "Möchten Sie NewIcons permanent installieren?*n"
  12.  
  13. Ask "(Y)es/(N)o...Ja/Nein"
  14.  
  15. IF WARN 
  16.   Echo "Please confirm once more that you want to"
  17.   Echo "install NewIcons! It's difficult to remove"
  18.   Echo "afterwards!!!!!!!!*n"
  19.   Echo "Bitte bestätigen Sie erneut, daß Sie NewIcons"
  20.   Echo "Installieren möchten! Es ist schwierig es hinterher"
  21.   Echo "aus dem System zu entfernen!!!!!!!"
  22.   Ask "(y/n)"
  23.   IF WARN 
  24.     :C/Installer >NIL: Install_NewIcons appname NewIcons LANGUAGE $LANGUAGE
  25.   ENDIF
  26. ELSE
  27.   ASSIGN libs: libs ADD
  28.   C/newicons
  29.   C/deficons
  30.   :C/RequestChoice >NIL: "Install NewIcons" "Please close the Workbench-Windows*nand reopen them!*n*nSchliessen Sie bitte alle Workbench-*nFenster und öffnen Sie sie erneut!" "Ok!"
  31. ENDIF
  32.  
  33. ; -------------------------------------------
  34. ; Install MUI
  35. ; -------------------------------------------
  36.  
  37. cd :Dev/MUI/Install
  38. :C/Installer >NIL: Install-MUI appname MUI LANGUAGE $LANGUAGE
  39.